In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / RenderPageToGdPictureImage_2 Method

RenderPageToGdPictureImage_2 Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function RenderPageToGdPictureImage_2( _

   ByVal DPI As Single, _

   ByVal RenderFormFields As Boolean, _

   ByVal PixelFormat As PixelFormat _

) As Integer
public int RenderPageToGdPictureImage_2( 

   float DPI,

   bool RenderFormFields,

   PixelFormat PixelFormat

)
public function RenderPageToGdPictureImage_2( 

    DPI: Single;

    RenderFormFields: Boolean;

    PixelFormat: PixelFormat

): Integer; 
public function RenderPageToGdPictureImage_2( 

   DPI : float,

   RenderFormFields : boolean,

   PixelFormat : PixelFormat

) : int;
public: int RenderPageToGdPictureImage_2( 

   float DPI,

   bool RenderFormFields,

   PixelFormat PixelFormat

) 
public:

int RenderPageToGdPictureImage_2( 

   float DPI,

   bool RenderFormFields,

   PixelFormat PixelFormat

) 

Parameters

DPI
RenderFormFields
PixelFormat
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members